home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8359 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: queeg.apci.net!news
  2. From: Poconnor@apci.net   (James O'Connor)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 17 Feb 1996 02:06:24 GMT
  6. Organization: Applied Personal Computing, Inc.
  7. Message-ID: <4g3d70$nnn@queeg.apci.net>
  8. References: <00001a73+00002504@msn.com> <4etcmm$lpd@nova.dimensional.com> <3114d8fb.5a455349@zesi.ruhr.de> <4f5h5t$f13@vixen.cso.uiuc.edu> <4g1bgf$l5@mailhub.scitec.com.au> <312515DF.7D3B@cmlj.demon.co.uk>
  9. Reply-To: oconnor@apci.net
  10. NNTP-Posting-Host: dialup175.apci.net
  11. X-Newsreader: IBM NewsReader/2 v1.2
  12.  
  13. In <312515DF.7D3B@cmlj.demon.co.uk>, Chris Littlejohns <chris@cmlj.demon.co.uk> writes:
  14. >Ramses Youhana wrote:
  15. >> 
  16. >> Another thing not mentioned is that Ada is far more complicated to learn
  17. >> fully than is C/C++.  The complexity of the language can add to an increase
  18. >> in the probabilty of bugs being introduced and also adds to an increase in
  19. >> project maintanace costs.
  20. >
  21. >The only area of Ada that I've observed people having real difficulty 
  22. >with is Tasking. However, concurrent threads is something that a lot of 
  23. >people have difficulty with irrespective of the language.
  24. >
  25. >With regards to maintenance, there's many people out there who consider 
  26. >C/C++ a Write only language. It takes real talent to write an unreadable 
  27. >Ada program. I know what I'd prefer any day, and it begins with 'A'.
  28.  
  29. Not really, my first professional programming was maintaing a poorly designed 
  30. Ada program.  The code was a disaster.  No private types, all types in the 
  31. public part of the spec.  Obscure use of unchecked-conversion, misunderstanding
  32.  of how enumerated types were indexed.
  33.   This experience quickly got me over the Ada propaganada and I now fully 
  34. believe that there is no substitue to disciplined, experienced designers and
  35.  programmers.  
  36.  
  37.  
  38. James O'Connor
  39. oconnor@apci.net
  40.  
  41.